系统信息: |
| 主机名 (IP:端口): |
=$_SERVER['SERVER_NAME']?>
(
=$_SERVER['SERVER_ADDR'].":".$_SERVER['SERVER_PORT']?>
) |
| 程序目录: |
=ROOT?> |
| 服务器时间: |
{#gmdate("Y-m-d H:i:s", time()+8*60*60)#}
(+08:00) |
| Web服务器: |
=$_SERVER['SERVER_SOFTWARE']?> |
| PHP 运行方式: |
=PHP_SAPI?> |
| PHP版本: |
=PHP_VERSION?>
(>5.20) |
| MySQL 版本: |
=function_exists("mysql_close")?mysql_get_client_info():NO?>
(>4.20) |
| GD库版本: |
(>=2.0.34 compatible) |
| FreeType: |
=$gd['FreeType Support'] ? 'Supported' : 'Not supported'?> |
| Zend Optimizer: |
=defined("OPTIMIZER_VERSION")?OPTIMIZER_VERSION:NO?> |
| 最大上传限制: |
=ini_get('file_uploads') ? ini_get('upload_max_filesize') : 'Disabled';?> |
| 最大执行时间: |
=ini_get('max_execution_time')?> seconds |
| 远程文件获取: |
=ini_get('allow_url_fopen') ? 'Supported' : 'Not supported'?> |